home *** CD-ROM | disk | FTP | other *** search
- -- background: 2713 from stack: in
- -- bmap block id: 7705
- -- flags: 0000
- -- background id: 0
- -- name: Balance
- ----- HyperTalk script -----
- on idle
- global NAME
- put field "NAME" into NAME
- global ACC
- put field "ACC NO" into ACC
- put the time into field "TIME"
- put the long date into field "DATE"
- pass idle
- end idle
- on startUp
- global NAME
- put field "NAME" into NAME
- global ACC
- put field "ACC NO" into ACC
- end startUp
-
-
- -- part 3 (button)
- -- low flags: 00
- -- high flags: 8003
- -- rect: left=149 top=310 right=332 bottom=249
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: ADD DEPOSIT
- ----- HyperTalk script -----
- on mouseUp
- set lockScreen to true
- go to last card of background "DEPOSIT"
- get background field "DP NUM"
- set lockScreen to false
- doMenu "New Card"
- put it + 1 into background field "DP NUM"
- end mouseUp
-
-
-
- -- part 4 (button)
- -- low flags: 00
- -- high flags: 8003
- -- rect: left=254 top=310 right=332 bottom=364
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: SERVICE CHARGE
- ----- HyperTalk script -----
- on mouseUp
- set lockScreen to true
- go to last card of background "SER CHARGE"
- get background field "SC NUM"
- set lockScreen to false
- doMenu "New Card"
- put it + 1 into background field "SC NUM"
- end mouseUp
-
-
-
- -- part 5 (button)
- -- low flags: 00
- -- high flags: 8003
- -- rect: left=369 top=310 right=332 bottom=469
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: BALANCE SHEET
- ----- HyperTalk script -----
- on mouseUp
- visual dissolve
- go to card id 7429
- end mouseUp
-
-
-
-
- -- part 7 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=9 top=309 right=334 bottom=38
- -- title width / last selected line: 0
- -- icon id / first selected line: 17779 / 17779
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name:
- ----- HyperTalk script -----
- on mouseUp
- visual effect checkerboard
- GO TO PREVIOUS CARD
- end mouseUp
-
-
-
- -- part 8 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=474 top=309 right=334 bottom=503
- -- title width / last selected line: 0
- -- icon id / first selected line: 8419 / 8419
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name:
- ----- HyperTalk script -----
- on mouseUp
- visual effect checkerboard
- GO TO NEXT CARD
- end mouseUp
-
-
-
- -- part 9 (field)
- -- low flags: 01
- -- high flags: 0000
- -- rect: left=349 top=37 right=56 bottom=507
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 16
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: DATE
-
-
- -- part 10 (field)
- -- low flags: 01
- -- high flags: 0000
- -- rect: left=404 top=57 right=75 bottom=465
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 16
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: TIME
-
-
- -- part 15 (button)
- -- low flags: 00
- -- high flags: 8003
- -- rect: left=44 top=310 right=332 bottom=144
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: ADD CHECK
- ----- HyperTalk script -----
- on mouseUp
- set lockScreen to true
- go to last card of background "CHECK"
- get background field "CH NUM"
- set lockScreen to false
- doMenu "New Card"
- put it + 1 into background field "CH NUM"
- end mouseUp
-
-
-
- -- part 16 (field)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=18 top=120 right=172 bottom=178
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 16
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: NAME
- ----- HyperTalk script -----
- on closeField
- global NAME
- put field "NAME" into NAME
- end closeField
-
-
- -- part 17 (field)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=182 top=120 right=140 bottom=340
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 16
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: ACC NO
- ----- HyperTalk script -----
- on closeField
- global ACC
- put field "ACC NO" into ACC
- end closeField
-
-
- -- part 18 (field)
- -- low flags: 01
- -- high flags: 0000
- -- rect: left=126 top=194 right=212 bottom=204
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 65535
- -- font id: 16
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: dpTot
- ----- HyperTalk script -----
- on idle
- set numberFormat to "$0.00"
- end idle
-
-
- -- part 19 (field)
- -- low flags: 01
- -- high flags: 0000
- -- rect: left=126 top=216 right=234 bottom=204
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 65535
- -- font id: 16
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: ckTot
- ----- HyperTalk script -----
- on idle
- set numberFormat to "$0.00"
- end idle
-
-
- -- part 20 (field)
- -- low flags: 01
- -- high flags: 0000
- -- rect: left=126 top=238 right=257 bottom=204
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 65535
- -- font id: 16
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: scTot
- ----- HyperTalk script -----
- on idle
- set numberFormat to "$0.00"
- end idle
-
-
- -- part 22 (field)
- -- low flags: 01
- -- high flags: 0000
- -- rect: left=214 top=194 right=212 bottom=292
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 65535
- -- font id: 16
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: cdTot
- ----- HyperTalk script -----
- on idle
- set numberFormat to "$0.00"
- end idle
-
-
- -- part 23 (field)
- -- low flags: 01
- -- high flags: 0000
- -- rect: left=301 top=194 right=212 bottom=379
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 65535
- -- font id: 16
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: dtTot
- ----- HyperTalk script -----
- on idle
- set numberFormat to "$0.00"
- end idle
-
-
- -- part 24 (field)
- -- low flags: 01
- -- high flags: 0000
- -- rect: left=214 top=238 right=257 bottom=292
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 65535
- -- font id: 16
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: csTot
- ----- HyperTalk script -----
- on idle
- set numberFormat to "$0.00"
- end idle
-
-
- -- part 25 (field)
- -- low flags: 01
- -- high flags: 0000
- -- rect: left=301 top=238 right=257 bottom=379
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 65535
- -- font id: 16
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: seTot
- ----- HyperTalk script -----
- on idle
- set numberFormat to "$0.00"
- end idle
-
-
- -- part 26 (field)
- -- low flags: 01
- -- high flags: 0000
- -- rect: left=214 top=216 right=234 bottom=292
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 65535
- -- font id: 16
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: ccTot
-
-
- -- part 27 (field)
- -- low flags: 01
- -- high flags: 0000
- -- rect: left=301 top=216 right=234 bottom=379
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 65535
- -- font id: 16
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: chTot
-